home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Controls GH ƒ / utilities.h < prev   
Text File  |  1993-10-22  |  246b  |  8 lines

  1. /****** utilities.h *********
  2. **** prototype declaration for the utilities.c file
  3. ****/ 
  4. #pragma once
  5. Boolean TestForColor(void);
  6. Boolean UseColorQD(ControlHandle me, Rect *ctlRect);
  7. Boolean Using32Bit(void);
  8. Boolean TrapAvailable(short theTrap);